.opacity0 {
    opacity: 0 !important;
}

.opacity3 {
    opacity: 0.3 !important;
}

.max-width-full {
    max-width: 100% !important;
}

.height100vh {
    height: 100% !important;
}

.minh100vh {
    min-height: 100 !important;
}

.height {
    height: 100% !important;
}

.width-full {
    width: 100%;
}

.width-auto {
    width: auto !important;
}